Modify project management workflow settings#2314
Open
osAplet wants to merge 1 commit intoOWASP:masterfrom
Open
Modify project management workflow settings#2314osAplet wants to merge 1 commit intoOWASP:masterfrom
osAplet wants to merge 1 commit intoOWASP:masterfrom
Conversation
Updated project management workflow configuration and modified the unassignment criteria for stale issues.
commjoen
requested changes
Nov 11, 2025
| - uses: boundfoxstudios/action-unassign-contributor-after-days-of-inactivity@main | ||
| with: | ||
| last-activity: 90 # After how many days the issue should get unassigned | ||
| last-activity: 0 # After how many days the issue should get unassigned |
Collaborator
There was a problem hiding this comment.
That is a little too quick to my taste ;-) 0. can we do 90 days of inactivity instead?
| exempt-assignees: 'Octo,Cat,bendehaan,commjoen' # Exempt some assignees from being unassigned | ||
| # labels-to-remove: 'Stale' # Labels to remove after unassigning an issue | ||
| message: 'Automatically unassigned after 90 days of inactivity.' | ||
| message: 'Manually post e-mail after 90 days of inactivity nebo se už neozívat. |
Collaborator
There was a problem hiding this comment.
Suggested change
| message: 'Manually post e-mail after 90 days of inactivity nebo se už neozívat. | |
| message: 'Manually post e-mail after 90 days of inactivity or lack of response. |
I just found out nebo is Czech! What a beautiful language! <3
| @@ -1,20 +1,20 @@ | |||
| name: Project Management | |||
| name: Project Management ???? Čeho??? | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| name: Project Management ???? Čeho??? | |
| name: Project Management |
| unassign-issues-labeled-waiting-for-contributor-after-90-days-of-inactivity: | ||
| name: Unassign issues labeled "Stale" after 90 days of inactivity. | ||
| if: github.event_name == 'schedule' | ||
| if: github_name == 'schedule' |
Collaborator
There was a problem hiding this comment.
Suggested change
| if: github_name == 'schedule' | |
| if: ${{ github.event_name == 'schedule' }} |
Comment on lines
+3
to
+5
| on: off | ||
| schedule: off | ||
| - cron: '0' |
Collaborator
There was a problem hiding this comment.
can you please revert this?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated project management workflow configuration and modified the unassignment criteria for stale issues.
What kind of changes does this PR include?
Description
Relations
References
Checklist: